Adwaita: reset the shadow on disabled scales
authorLapo Calamandrei <calamandrei@gmail.com>
Wed, 17 Feb 2016 19:00:57 +0000 (20:00 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Wed, 17 Feb 2016 19:00:57 +0000 (20:00 +0100)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index ded37e352050d70d3b47384dc4389e19f68ddc94..50992f900b4dc9a053d9ee74b340bce2c08bc8fa 100644 (file)
@@ -2444,7 +2444,10 @@ treeview.view radio {
   background-color: $dark_fill;
   box-shadow: inset 1px 1px transparentize(black, 0.9);
 
-  &:disabled { background-color: $insensitive_bg_color; }
+  &:disabled {
+    background-color: $insensitive_bg_color;
+    box-shadow: none;
+  }
 
   &:backdrop {
     background-color: $backdrop_dark_fill;
index 0f23bd22e34912b434fdd13e30fc8d04e22f0fc7..20b4788bc5fb3f01c0d47810780d0bc7795b5641 100644 (file)
@@ -2655,7 +2655,8 @@ scale trough, scale fill, progressbar trough {
   background-color: #2f3434;
   box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1); }
   scale trough:disabled, scale fill:disabled, progressbar trough:disabled {
-    background-color: #333636; }
+    background-color: #333636;
+    box-shadow: none; }
   scale trough:backdrop, scale fill:backdrop, progressbar trough:backdrop, progressbar:backdrop trough {
     background-color: #303535;
     border-color: #1f2222;
index fe2f0794ec6ac178049551d0fd92c75368f6d63e..647800bea65cecd8882abc0a6ce43aba53b81a21 100644 (file)
@@ -2686,7 +2686,8 @@ scale trough, scale fill, progressbar trough {
   background-color: #cececc;
   box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1); }
   scale trough:disabled, scale fill:disabled, progressbar trough:disabled {
-    background-color: #f1f1f1; }
+    background-color: #f1f1f1;
+    box-shadow: none; }
   scale trough:backdrop, scale fill:backdrop, progressbar trough:backdrop, progressbar:backdrop trough {
     background-color: #d1d1cf;
     border-color: #a5a5a1;